| /providers/implementations/include/prov/ |
| A D | digestcommon.h | 26 #define PROV_FUNC_DIGEST_GET_PARAM(name, blksize, dgstsize, flags) \ argument 33 #define PROV_DISPATCH_FUNC_DIGEST_GET_PARAMS(name) \ argument 38 # define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument 51 name, CTX, blksize, dgstsize, flags, upd, fin) \ argument 95 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument 108 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
|
| A D | ciphercommon.h | 30 # define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args argument 324 # define IMPLEMENT_CIPHER_HW_COPYCTX(name, CTX_TYPE) \ argument 334 # define CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START(name) \ argument 343 # define CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END(name) \ argument 352 # define CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_START(name) \ argument 356 # define CIPHER_DEFAULT_SETTABLE_CTX_PARAMS_END(name) \ argument
|
| /providers/fips/include/fips/ |
| A D | fipsindicator.h | 106 # define OSSL_FIPS_IND_SETTABLE_CTX_PARAM(name) \ argument 113 # define OSSL_FIPS_IND_SET_CTX_PARAM(ctx, id, params, name) \ argument 130 # define OSSL_FIPS_IND_GET_PARAM(ctx, p, settable, id, name) \ argument 155 # define OSSL_FIPS_IND_SETTABLE_CTX_PARAM(name) argument 156 # define OSSL_FIPS_IND_SET_CTX_PARAM(ctx, id, params, name) 1 argument
|
| /providers/common/ |
| A D | provider_ctx.c | 80 ossl_prov_ctx_get_param(PROV_CTX *ctx, const char *name, const char *defval) in ossl_prov_ctx_get_param() 104 int ossl_prov_ctx_get_bool_param(PROV_CTX *ctx, const char *name, int defval) in ossl_prov_ctx_get_bool_param()
|
| /providers/common/der/ |
| A D | der_ml_dsa_key.c | 23 const char *name = ossl_ml_dsa_key_get_name(key); in ossl_DER_w_algorithmIdentifier_ML_DSA() local
|
| A D | der_dsa_sig.c | 20 #define MD_CASE(name) \ argument
|
| A D | der_slh_dsa_key.c | 15 #define CASE_OID(nid, name) \ argument
|
| A D | der_sm2_sig.c | 17 #define MD_CASE(name) \ argument
|
| A D | der_ec_sig.c | 21 #define MD_CASE(name) \ argument
|
| A D | der_rsa_sig.c | 27 #define MD_with_RSA_CASE(name, var) \ argument
|
| A D | der_rsa_key.c | 277 #define OAEP_PSS_MD_CASE(name, var) \ argument 361 #define RSA_CASE(name, var) \ argument
|
| /providers/implementations/kem/ |
| A D | kem_util.c | 25 int ossl_eckem_modename2id(const char *name) in ossl_eckem_modename2id()
|
| A D | rsa_kem.c.in | 69 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) 83 static int rsakem_opname2id(const char *name)
|
| /providers/implementations/digests/ |
| A D | null_prov.c | 38 #define PROV_FUNC_DIGEST_FINAL(name, dgstsize, fin) \ argument
|
| A D | sha3_prov.c.in | 58 # define S390_SHA3_CAPABLE(name) \ argument 491 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument 505 #define SHAKE_newctx(typ, uname, name, bitlen, mdlen, pad) \ argument 535 #define PROV_FUNC_SHA3_DIGEST_COMMON(name, bitlen, blksize, dgstsize, flags) \ argument 546 #define PROV_FUNC_SHA3_DIGEST(name, bitlen, blksize, dgstsize, flags) \ argument 551 #define PROV_FUNC_SHAKE_DIGEST(name, bitlen, blksize, dgstsize, flags) \ argument
|
| /providers/implementations/ciphers/ |
| A D | cipher_cts.c | 68 const char *name; member 88 int ossl_cipher_cbc_cts_mode_name2id(const char *name) in ossl_cipher_cbc_cts_mode_name2id()
|
| /providers/ |
| A D | baseprov.c | 86 #define STORE(name, _fips, func_table) \ argument
|
| A D | defltprov.c | 686 #define STORE(name, _fips, func_table) \ argument
|
| /providers/fips/ |
| A D | fipsindicator.c | 94 const char *name) in ossl_FIPS_IND_set_ctx_param_locate()
|
| /providers/implementations/storemgmt/ |
| A D | file_store.c.in | 585 static char *file_name_to_uri(struct file_ctx_st *ctx, const char *name) 606 static int file_name_check(struct file_ctx_st *ctx, const char *name)
|
| A D | winstore_store.c.in | 67 CERT_NAME_BLOB name = {0}; local
|
| /providers/implementations/kdfs/ |
| A D | hmacdrbg_kdf.c.in | 152 const char *name; local
|
| /providers/implementations/encode_decode/ |
| A D | decode_msblob2key.c | 40 const char *name; /* Keytype */ member
|
| A D | decode_pvk2key.c.in | 47 const char *name; /* Keytype */ member
|
| /providers/implementations/keymgmt/ |
| A D | dsa_kmgmt.c | 76 const char *name; member 90 static int dsa_gen_type_name2id(const char *name) in dsa_gen_type_name2id()
|