| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| evp.h | 79 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member in struct:evp_pkey_method_st
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| ctrl_params_translate.c | 98 * translating the ctrl_str data to an 188 * For ctrl_str to params translation, the actual ctrl command string 191 * and indicator whether it matched |ctrl_str| or |ctrl_hexstr| in the 194 const char *ctrl_str; member in struct:translation_ctx_st 252 * |ctrl_num|, |ctrl_str|, |ctrl_hexstr| and |param_key| are lookup 264 * to |ctrl_str|. That will signal to default_fixup_args() that the 268 const char *ctrl_str; /* The corresponding ctrl string */ member in struct:translation_st 317 * For ctrl_str to params translation, we allow direct use of 318 * OSSL_PARAM keys as ctrl_str keys. Therefore, it's possible that 539 * PRE_CTRL_STR_TO_PARAMS and POST_CTRL_STR_TO_PARAMS handle ctrl_str t 2615 const char *ctrl_str = NULL; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| ctrl_params_translate.c | 98 * translating the ctrl_str data to an 180 * For ctrl_str to params translation, the actual ctrl command string 183 * and indicator whether it matched |ctrl_str| or |ctrl_hexstr| in the 186 const char *ctrl_str; member in struct:translation_ctx_st 244 * |ctrl_num|, |ctrl_str|, |ctrl_hexstr| and |param_key| are lookup 256 * to |ctrl_str|. That will signal to default_fixup_args() that the 260 const char *ctrl_str; /* The corresponding ctrl string */ member in struct:translation_st 309 * For ctrl_str to params translation, we allow direct use of 310 * OSSL_PARAM keys as ctrl_str keys. Therefore, it's possible that 534 * PRE_CTRL_STR_TO_PARAMS and POST_CTRL_STR_TO_PARAMS handle ctrl_str t 2563 const char *ctrl_str = NULL; local [all...] |
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 171 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value); member in struct:evp_pkey_method_st
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 181 int (*ctrl_str)(EVP_PKEY_CTX *ctx, const char *type, const char *value); member in struct:evp_pkey_method_st
|
| /src/external/bsd/tcpdump/dist/ |
| print-802_11.c | 124 static const struct tok ctrl_str[] = { variable in typeref:struct:tok 1819 ND_PRINT("%s", tok2str(ctrl_str, "Unknown Ctrl Subtype", FC_SUBTYPE(fc)));
|