Searched refs:RSA_DIGEST_CONTEXT (Results 1 – 4 of 4) sorted by relevance
481 RSA_DIGEST_CONTEXT * context = NULL; in rsa_hash_pkcs_sign_update()488 context = (RSA_DIGEST_CONTEXT *)ctx->context; in rsa_hash_pkcs_sign_update()609 RSA_DIGEST_CONTEXT * context = NULL; in rsa_hash_pkcs_verify_update()616 context = (RSA_DIGEST_CONTEXT *)ctx->context; in rsa_hash_pkcs_verify_update()658 RSA_DIGEST_CONTEXT * context = NULL; in rsa_hash_pkcs_sign_final()680 context = (RSA_DIGEST_CONTEXT *)ctx->context; in rsa_hash_pkcs_sign_final()740 RSA_DIGEST_CONTEXT * context = NULL; in rsa_hash_pkcs_verify_final()761 context = (RSA_DIGEST_CONTEXT *)ctx->context; in rsa_hash_pkcs_verify_final()
126 ctx->context_len = sizeof (RSA_DIGEST_CONTEXT); in verify_mgr_init()128 sizeof (RSA_DIGEST_CONTEXT)); in verify_mgr_init()133 sizeof (RSA_DIGEST_CONTEXT)); in verify_mgr_init()
126 ctx->context_len = sizeof (RSA_DIGEST_CONTEXT); in sign_mgr_init()128 sizeof (RSA_DIGEST_CONTEXT)); in sign_mgr_init()133 sizeof (RSA_DIGEST_CONTEXT)); in sign_mgr_init()
382 } RSA_DIGEST_CONTEXT; typedef