Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/libkern/crypto/
H A Drsa.h41 ccrsa_pub_ctx_decl(ccn_sizeof(RSA_MAX_KEY_BITSIZE), key);
/xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h65 #define ccrsa_pub_ctx_decl(_size_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_size(… macro