Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr-util/crypto/
H A Dapr_crypto_nss.c68 SECOidTag cipherOid; member
423 key->cipherOid = SEC_OID_DES_EDE3_CBC; in crypto_passphrase()
432 key->cipherOid = SEC_OID_AES_128_CBC; in crypto_passphrase()
435 key->cipherOid = SEC_OID_AES_128_ECB; in crypto_passphrase()
440 key->cipherOid = SEC_OID_AES_192_CBC; in crypto_passphrase()
443 key->cipherOid = SEC_OID_AES_192_ECB; in crypto_passphrase()
448 key->cipherOid = SEC_OID_AES_256_CBC; in crypto_passphrase()
451 key->cipherOid = SEC_OID_AES_256_ECB; in crypto_passphrase()
460 key->cipherMech = PK11_AlgtagToMechanism(key->cipherOid); in crypto_passphrase()
482 algid = PK11_CreatePBEV2AlgorithmID(key->cipherOid, key->cipherOid, in crypto_passphrase()