HomeSort by relevance Sort by last modified time
    Searched full:load_iv (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/pem/
pem_lib.c 79 static int load_iv(char **fromp, unsigned char *to, int num);
472 if (!load_iv(header_pp, &(cipher->iv[0]), EVP_CIPHER_iv_length(enc)))
478 static int load_iv(char **fromp, unsigned char *to, int num) function

Completed in 1812 milliseconds