Home
last modified time | relevance | path

Searched refs:ccrsa_pub_ctx_decl (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/libkern/libkern/crypto/
H A Drsa.h41 ccrsa_pub_ctx_decl(ccn_sizeof(RSA_MAX_KEY_BITSIZE), key);
/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h85 #define ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_ctx… macro