Searched refs:key (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | objects.h | 1018 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, 1020 const void *OBJ_bsearch_ex_(const void *key, const void *base, int num, 1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 1069 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 1071 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 1083 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ 1085 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ 1090 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument 1091 ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ [all …]
|
| D | evp.h | 172 unsigned char *sigret, unsigned int *siglen, void *key); 175 void *key); 185 unsigned int *siglen, void *key); 189 unsigned int siglen, void *key); 317 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, 614 int datal, int count, unsigned char *key, 622 const unsigned char *key, const unsigned char *iv); 624 ENGINE *impl, const unsigned char *key, 632 const unsigned char *key, const unsigned char *iv); 634 ENGINE *impl, const unsigned char *key, [all …]
|