Searched refs:fallback (Results 1 – 5 of 5) sorted by relevance
| /crypto/cmp/ |
| A D | cmp_util.c | 118 static const char *improve_location_name(const char *func, const char *fallback) in improve_location_name() argument 120 if (fallback == NULL) in improve_location_name() 124 ? fallback : func; in improve_location_name()
|
| /crypto/evp/ |
| A D | pmeth_lib.c | 954 int fallback, const char *param, int op, in evp_pkey_ctx_set_md() argument 966 if (fallback) in evp_pkey_ctx_set_md() 1000 static int evp_pkey_ctx_set1_octet_string(EVP_PKEY_CTX *ctx, int fallback, in evp_pkey_ctx_set1_octet_string() argument 1014 if (fallback) in evp_pkey_ctx_set1_octet_string() 1035 static int evp_pkey_ctx_add1_octet_string(EVP_PKEY_CTX *ctx, int fallback, in evp_pkey_ctx_add1_octet_string() argument 1054 if (fallback) in evp_pkey_ctx_add1_octet_string() 1068 return evp_pkey_ctx_set1_octet_string(ctx, fallback, param, op, ctrl, in evp_pkey_ctx_add1_octet_string()
|
| /crypto/bn/ |
| A D | bn_exp.c | 779 goto fallback; in bn_mod_exp_mont_fixed_top() 1052 fallback: in bn_mod_exp_mont_fixed_top()
|
| /crypto/engine/ |
| A D | README.md | 82 for a fallback ENGINE that encapsulates default implementations - we can simply
|
| /crypto/err/ |
| A D | openssl.txt | 1472 SSL_R_INAPPROPRIATE_FALLBACK:373:inappropriate fallback 1657 SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK:1086:tlsv1 alert inappropriate fallback
|
Completed in 27 milliseconds