Searched refs:peddsactx (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 172 if (peddsactx == NULL) in eddsa_newctx() 177 return peddsactx; in eddsa_newctx() 257 peddsactx->key = edkey; in eddsa_signverify_init() 266 peddsactx->aid_len = 0; in eddsa_signverify_init() 267 ret = WPACKET_init_der(&pkt, peddsactx->aid_buf, sizeof(peddsactx->aid_buf)); in eddsa_signverify_init() 288 memmove(peddsactx->aid_buf, aid, peddsactx->aid_len); in eddsa_signverify_init() 448 peddsactx->dom2_flag, peddsactx->prehash_flag, peddsactx->context_string_flag, in ed25519_sign() 449 peddsactx->context_string, peddsactx->context_string_len, in ed25519_sign() 551 peddsactx->context_string, peddsactx->context_string_len, in ed448_sign() 613 … peddsactx->dom2_flag, peddsactx->prehash_flag, peddsactx->context_string_flag, in ed25519_verify() [all …]
|
Completed in 9 milliseconds